Feature: Crear post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 23.895s |
Scenario: E3_Create post without title
Before
0m 0.561s
Given
the user navigates to Ghost at "<GHOST>"
0m 0.566s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.159s
And
I wait for 2 seconds
0m 2.105s
And
the user navigates to the post page
0m 0.140s
And
I wait for 2 seconds
0m 2.142s
When
the user cliks on the new post
0m 0.134s
And
I wait for 2 seconds
0m 2.116s
When
the user cliks on the new post content
0m 0.094s
And
I wait for 2 seconds
0m 2.112s
When
the user enters a content for the post
0m 0.431s
And
I wait for 2 seconds
0m 2.094s
When
The user clicks on the publish post button
0m 0.111s
And
I wait for 2 seconds
0m 2.111s
When
The user clicks on the button continue publishing
0m 0.106s
And
I wait for 2 seconds
0m 2.111s
When
User clicks on the publish now button
0m 0.137s
And
I wait for 2 seconds
0m 2.116s
Then
Successful publication confirmation appears
0m 0.119s
And
I wait for 2 seconds
0m 2.154s
Then
the confirmation message untitled
0m 0.120s
And
I wait for 2 seconds
0m 2.153s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
I wait for 2 seconds
And
the user navigates to the post page
And
I wait for 2 seconds
When
the user cliks on the new post
And
I wait for 2 seconds
When
the user cliks on the new post content
And
I wait for 2 seconds
When
the user enters a content for the post
And
I wait for 2 seconds
When
The user clicks on the publish post button
And
I wait for 2 seconds
When
The user clicks on the button continue publishing
And
I wait for 2 seconds
When
User clicks on the publish now button
And
I wait for 2 seconds
Then
Successful publication confirmation appears
And
I wait for 2 seconds
Then
the confirmation message untitled
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE